type runtime.mcache

18 uses

	runtime (current package)
		malloc.go#L954: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, checkGCTrigger bool) {
		mcache.go#L19: type mcache struct {
		mcache.go#L86: func allocmcache() *mcache {
		mcache.go#L87: 	var c *mcache
		mcache.go#L90: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mcache.go#L107: func freemcache(c *mcache) {
		mcache.go#L127: func getMCache(mp *m) *mcache {
		mcache.go#L130: 	var c *mcache
		mcache.go#L148: func (c *mcache) refill(spc spanClass) {
		mcache.go#L220: func (c *mcache) allocLarge(size uintptr, noscan bool) *mspan {
		mcache.go#L268: func (c *mcache) releaseAll() {
		mcache.go#L321: func (c *mcache) prepareForSweep() {
		mheap.go#L751: 	h.cachealloc.init(unsafe.Sizeof(mcache{}), nil, nil, &memstats.mcache_sys)
		proc.go#L119: 	mcache0      *mcache
		runtime2.go#L640: 	mcache      *mcache
		stack.go#L271: func stackcacherefill(c *mcache, order uint8) {
		stack.go#L293: func stackcacherelease(c *mcache, order uint8) {
		stack.go#L312: func stackcache_clear(c *mcache) {